home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / msgut104.zip / MSGUTIL.DOC < prev    next >
Text File  |  1996-08-11  |  3KB  |  77 lines

  1.  
  2.                               ■ MSGUTIL ■
  3.  
  4. A little introduction to Msgutil:
  5.  
  6. this utility is greatly based on the utilities included in package
  7. MKSM106.* by Mark May. I have added some improvements, such as:
  8.  
  9.  * msg areas are specified by tag, instead of AreaId;
  10.  ! fixed bugs, and adapted the source to OS2 target;
  11.  
  12. What does msgutil do?
  13.  
  14.  * post text files as msg;
  15.  * convert areas whose path/msgbase has changed;
  16.  * maintain an area with personal msg;
  17.  * forward areafix requests to uplink;
  18.  * toss msg from badmsg area;
  19.  
  20. a brief summary of switches can be obtained running MSGUTIL with no 
  21. parameter, i think it's enough.
  22. remember to edit MsgUtil.Cfg (however, all parameters specified there can
  23. be changed in command line, that's just a way to define default parameters);
  24. msg areas in Msgutil.Cfg are specified by AreaId; first letter of AreaId 
  25. indicates the type of message base (F=Fido, S=squish, H=Hudson, J=Jam) and
  26. following letters the path (for hudson base, the msg board);
  27.  
  28. some command line examples:
  29.  
  30. ; convert areas whose msgpath or msgbase has changed
  31. MSGUTIL -C
  32. ;
  33. ; note: if you want to change a path and/or msgbase of an echomail area,
  34. ; it will be enough to edit Areas.Bbs, make the changes, and then
  35. ; run "Msgutil -C" (the new areas.bbs will be confronted with oldareas.bbs
  36. ; mantained by msgutil)
  37. ;
  38.  
  39. ; post text file TEST.TXT in area NEWS.ITA
  40. MSGUTIL TEST.TXT /ANews.Ita
  41. ; post text file TEST.TXT in netmail
  42. MSGUTIL TEST.TXT
  43. ;
  44. ; note: default parameters will be taken from msgutil.cfg but can be
  45. ; redefined in command line; kludges, tear-line and origin line are
  46. ; automatically added when needed.
  47. ;
  48.  
  49. ; Build area with personal msg (addressed to sysop or written by sysop)
  50. MSGUTIL -M
  51. ;
  52. ; msgs are copied only after they have been exported;
  53. ; dupes are detected by msgid kludge, if you want to get all
  54. ; messages del msgdupes.dat in msgutil directory (this is the
  55. ; file where info about dupes are mantained);
  56. ; msgutil checks the name "sysop" too, as well as your name in
  57. ; both forms (the name first and the surname first)
  58. ;
  59.  
  60. ; Import msg froma badmsg area
  61. MSGUTIL -B
  62.  
  63. ; Forward areafix requests to uplink
  64. MSGUTIL -U
  65.  
  66.  
  67. I can be reached at following addresses:
  68.    fidonet: Alessandro Trebbi, 2:332/901
  69.    e-mail: trebbi@indi.it
  70.  
  71.  
  72. from the same author:
  73.    L-list, files.bbs editor and tic processor (shareware L. 25.000)
  74.    Scan_Cd, automatic adding of file areas to lora's setup (freeware);
  75. All utilities are available both in dos and os2 release.
  76.  
  77.